home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1995 October / SOFM_Oct1995.bin / mac / Games / Bolo / More information / Sample Code / Std Autopilot / vsprintf.h < prev   
Encoding:
C/C++ Source or Header  |  1993-10-01  |  80 b   |  3 lines  |  [TEXT/KAHL]

  1. #include <stdarg.h>
  2. extern int vsprintf(char *sbuffer, char *fmt, va_list arg);
  3.